@font-face {
  font-family: 'Nebula Sans';
  src: url('/fonts/nebula sans/NebulaSans-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

body, html {
  font-family: 'Nebula Sans', 'Inter', system-ui, sans-serif;
}
